github.com/gotd/td/telegram/dcs.httpConn.ctx (field)
9 uses
github.com/gotd/td/telegram/dcs (current package)
http.go#L75: ctx context.Context
http.go#L90: ctx: ctx,
http.go#L104: case <-c.ctx.Done():
http.go#L132: case <-c.ctx.Done():
http.go#L149: req, err := http.NewRequestWithContext(c.ctx, http.MethodPost, url, bytes.NewReader(frame))
http.go#L198: case <-c.ctx.Done():
http.go#L239: if c.ctx.Err() != nil {
http.go#L242: b, err := frame(c.ctx)
http.go#L274: case <-c.ctx.Done():
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |